home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / namio / qz_r.dir / 00496_to S1.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  222 b   |  12 lines

  1. on exitFrame
  2.   global gqzlist
  3.   if getaProp(gqzlist, #drqzboss) = 0 then
  4.     puppetTransition(26, 1, 40, 1)
  5.     go("QUIZ-S-K")
  6.   else
  7.     puppetSound(3, "STEP")
  8.     puppetTransition(26, 1, 40, 1)
  9.     go("S1")
  10.   end if
  11. end
  12.